AWS Setup
Prerequisites
An
AWS Account
.Steps to enable
AWS Resource Explorer
Navigate to
AWS Resource Explorer
ServiceClick the
Turn on Resource Explorer
button on the right of the screen, go to step 3 if already enabledFollow the steps and select an
Aggregator index Region
, take note of the regionGo to the
Views
tab underExplore Resources
on the left sideCreate a new view or use the existing
all-resources
viewGet the ARN of the view, it should look like the ARN below for the "all-resources" view
arn:aws:resource-explorer-2:"your-region":"your-account":view/all-resources/"some-guid"
info
The Resource Explorer indexing process, once turned on, can take up to 72 hours to complete. If a resource does not show up in Resource Explorer, it will not show up in Cloud Curate.
- Create an
IAM User
- Create an
IAM User
under the IAM Service - Give a
Permission Policy
to that user. Minimum policy isAWSResourceExplorerReadOnlyAccess
. Ideal policy isReadOnlyAccess
explained under Minimal Permissions Required - Create
Access Keys
underSecurity credentials
and take note of theAccess and Secret Keys
values
- Create an
info
Currently the only authentication method supported is IAM Users with an Access and Secret Keys, additional authentications are coming in the near future
Minimal Permissions Required
Torque Resources Inventory requires read-only access to inventory and manage cloud resources. The following permissions are required:
AWSResourceExplorerReadOnlyAccess
assigned to the IAM User. This only gives you the ability to see resources in Cloud Curate.- For the ability to convert resources in Terraform or manage environments,
ReadOnlyAccess
is recommended so all resource types can be used.
Adding Your AWS Account
Navigate to the Account Center
.
- Under the
Curate
tab, go toResources Inventory
in the sidebar. - Click on
Connect a New Cloud Account
. - Select
AWS
as the cloud provider. - Provide the necessary details, including
Account Number
,Access Key
,Secret Key
, and theView Arn
.Cloud Account Name
can be anything as its your identifier. - Click Save.
- Once connected, Torque Resources Inventory will begin scanning and discovering your cloud resources.